Adds an item to the collection at the specified position.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As T _
)
C#
public void Insert(
	int index,
	T item
)

Parameters

index
Type: System..::..Int32
Position at which to insert the item.
item
Type: T
Item to add.

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also